.embed_username {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}
#login_logo { height:70px; }
#intro_top { width:100%; height:100%; z-index:1; position:relative; background:#292929 url('images/backgrounds.jpg'); background-repeat:no-repeat; background-size:cover; background-position:center center; background-attachment:fixed; }
#login_wrap { width:100%; height:92%; }
#login_all { width:800px; max-width:94%; border-radius:20px; display:block; margin:0 auto; color:#fff; }
.login_not_member { text-align:center; padding-top:5px; }
#intro_lang { position:absolute; top:10px; right:20px; width:40px; height:40px; }

.section { width:100%; height:auto; margin:0 auto; }
.section_content { width:100%; max-width:1100px; margin:0 auto; }
.section_inside { margin:0 auto; }

@media screen and (max-width:1120px){
	.section_inside { width:96%; }
}

.active_embed {
    text-align: center;
    margin: 10px;
}
.active_embed_profile {
    display: inline-block;
    text-align: center;
}
.active_embed_user {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid #ccc;
    transition: transform 0.3s;
}
.active_embed_user:hover {
    transform: scale(1.05);
}
.active_embed_name {
    margin-top: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.active_embed_list {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
}

.active_embed {
    text-align: center;
}